module Base
{
	sound ZomboLewdSFXBackground
	{
		category = World,
		master = Ambient,
		loop = true,
		is3D = true,
		clip
		{
			file = media/sound/ZomboLewd/SFX_Background/SFX_Background_01.ogg,
			distanceMax = 100,
			distanceMin = 20,
			pitch = 1.0,
			reverbFactor = 0.1,
			reverbMaxRange = 20.0,
			volume = 4.0,
		}
	}
}